Python: Update GitHub Copilot SDK to 1.0.11 - #8002
Open
Dineshsuriya D (droideronline) wants to merge 4 commits into
Open
Python: Update GitHub Copilot SDK to 1.0.11#8002Dineshsuriya D (droideronline) wants to merge 4 commits into
Dineshsuriya D (droideronline) wants to merge 4 commits into
Conversation
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 1, 2026 17:31 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 1, 2026 17:31 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
had a problem deploying
to
github-app-auth
September 1, 2026 17:31 — with
GitHub Actions
Error
Dineshsuriya D (droideronline)
marked this pull request as ready for review
September 1, 2026 17:32
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 1, 2026 17:32 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 1, 2026 17:32 — with
GitHub Actions
Active
Eduard van Valkenburg (eavanvalkenburg)
approved these changes
Sep 2, 2026
Eduard van Valkenburg (eavanvalkenburg)
enabled auto-merge
September 2, 2026 08:02
auto-merge was automatically disabled
September 2, 2026 08:29
Head branch was pushed to by a user without write access
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 2, 2026 08:29 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 2, 2026 08:29 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
requested a review
from Eduard van Valkenburg (eavanvalkenburg)
September 2, 2026 08:29
Eduard van Valkenburg (eavanvalkenburg)
enabled auto-merge
September 2, 2026 08:31
auto-merge was automatically disabled
September 2, 2026 08:40
Head branch was pushed to by a user without write access
Dineshsuriya D (droideronline)
deployed
to
github-app-auth
September 2, 2026 08:40 — with
GitHub Actions
Active
Dineshsuriya D (droideronline)
requested a review
from Eduard van Valkenburg (eavanvalkenburg)
September 2, 2026 08:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Context
The Python GitHub Copilot adapter is pinned to
github-copilot-sdk==1.0.2, which prevents consumers from using the stable SDK's BYOK bearer token provider callback. SDK 1.0.11 addsProviderConfig.bearer_token_providerand the async-capableBearerTokenProvidertype.The Copilot SDK changelog was reviewed for the releases between 1.0.2 and 1.0.11. The upgrade is additive for this adapter's existing usage, and the adapter already forwards its generic session options.
Description & Review Guide
uv.lockentry from 1.0.2 to 1.0.11.Related Issue
Fixes #8001
Contribution Checklist